home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / C-D / Disk-It.cpt / Disk-It / card_4254.txt < prev    next >
Text File  |  1989-02-26  |  5KB  |  96 lines

  1. -- card: 4254 from stack: in
  2. -- bmap block id: 3519
  3. -- flags: 0000
  4. -- background id: 2577
  5. -- name: Info
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 81
  10. -- high flags: 0007
  11. -- rect: left=20 top=40 right=326 bottom=491
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 10
  17. -- style flags: 0
  18. -- line height: 13
  19. -- part name: Tell Me
  20. ----- HyperTalk script -----
  21. On mouseUp
  22.   set visible of card button id 7 to false
  23.   set the visible of me to false
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 7 (button)
  29. -- low flags: 80
  30. -- high flags: A003
  31. -- rect: left=24 top=43 right=66 bottom=173
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Install on Home Card
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   answer "Install Disk-It button on Home Card?" with "Cancel" or "OK"
  43.   if it is "Cancel" then exit mouseUp
  44.   set cursor to 4
  45.   put "Now installing button, please wait..."
  46.   set lockscreen to true
  47.   set icon of button "Install in Home" to 26264
  48.   choose Button tool
  49.   click at the loc of card button "Install on Home Card"
  50.   doMenu "Copy Button"
  51.   set icon of button "Install on Home Card" to 0
  52.   get bkgnd field buttonscript
  53.   set visible of me to false
  54.   set visible of card field "Tell Me" to false
  55.   go Home
  56.   doMenu "Paste Button"
  57.   set name of card button "Install on Home Card" to "Disk-It"
  58.   set style of card button "Disk-It" to transparent
  59.   set rect of card button "Disk-It" to 300,199,352,248
  60.   set script of card button "Disk-It" to it
  61.   set lockscreen to false
  62.   put "Drag the button where you like. Then type Command-Tab." into msg
  63.   wait two seconds
  64.   put empty
  65.   hide msg
  66.   set lockMessages to false
  67. end mouseUp
  68.  
  69.  
  70.  
  71. -- part contents for card part 3
  72. ----- text -----
  73. ************************ INTSTRUCTIONS ****************************
  74. ****************************************************************
  75. This stack is a non-commercial freeware stack and can be distributed without charge.
  76.    This stack is very useful and easy to use.  Basically what this stack does is keep a catalog of your floppy disks.  All you do is create a new card by pressing the "New Card" button.  The underneath "Set Disk Size" is there merely to calculate the free size left on your disk. The default setting is for 800k disks. If you want to catalog a 400k disk just press the button next to the field.  If you don't know what size disk you are using, leave it set to 800 - no big deal. 
  77.    Next press the "Catalog Disk" button.  This brings up a dialog box requesting you  insert a floppy disk - it does the rest!   When the catolog is finished your disk will pop out.  Just follow the same procedure to catolog your other disks.
  78.    If your disks change information a lot, go back to the card which you want to re-catalog and start the same procedure over again.  The fields will be written-over by the new information, there is no need to erase fields (although you are perfectly welcome to change information by editing fields).
  79.   The Size of Disk field near the bottom of the card shows your total memory used up on that disk.  The Free Size field below it shows the amount of memory left.
  80.    To Install this Stack on your Home Card click on the 'Install on Home Card' button.
  81.    Also, on the main card, an easy way to go to a particular card  or view what cards (disks) you have, just press the "Table of Contents" button.  A dialog will pop up requesting you choose a card to navigate to.  If you just want to view the cards (disks) and not go to one then simply choose "Cancel" and you will be returned to the main card.
  82.    To print a report with all the contents of your floppies just press the "Print Report" button.  The print dialog box will pop-up and all you have to do is press "OK". Normally don't worry about changing anything unless you're not happy with the report.
  83.  
  84.    If there are any comments or suggestions about this stack I can normally be reached on: GEnie -- B. Cherkas 
  85. Compuserve -- 71251,3253
  86. __________________________CREDITS________________________________
  87.    Credit for this stack must go to  Oscar F. Hills who created the ReadCat XFCN.  This stack would not exist in this form without this fantastic XFCN.  Also, I wish to credit James Paul who created the Hyperlist XCFN and Richard Davis who created the nice little flasher XCFN.  
  88.  
  89.  
  90. -- part contents for background part 13
  91. ----- text -----
  92. on mouseUp
  93. visual effect scroll up
  94. go to stack Disk-It
  95. end mouseUp
  96.